net/http.http2Transport.now (method)

7 uses

	net/http (current package)
		h2_bundle.go#L7627: func (t *http2Transport) now() time.Time {
		h2_bundle.go#L7636: 		return t.now().Sub(when)
		h2_bundle.go#L8263: 		lastActive:                  t.now(),
		h2_bundle.go#L9217: 		cc.lastActive = cc.t.now()
		h2_bundle.go#L9780: 	cc.lastActive = cc.t.now()
		h2_bundle.go#L9783: 		cc.lastIdle = cc.t.now()
		h2_bundle.go#L9873: 	idleTime := cc.t.now().Sub(cc.lastActive)